New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basscss-button-outline

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss-button-outline

Outline style button color module for Basscss

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
50
decreased by-73.96%
Maintainers
1
Weekly downloads
 
Created
Source

This module has been deprecated in favor of basscss-btn-outline

This module provides a less prominent button style well suited for secondary actions.

The .button-outline style inherits color from its parent.

<div class="blue">
  <button class="button-outline">Button</button>
  <a href="#!" class="button button-outline">Link Button</a>
  <input type="button" class="button button-outline" value="Input Button">
</div>

Use color utilities to change the color.

<button class="button-outline mb1">Button</button>
<button class="button-outline mb1 navy">Button</button>
<button class="button-outline mb1 blue">Button</button>
<button class="button-outline mb1 aqua">Button</button>
<button class="button-outline mb1 teal">Button</button>
<button class="button-outline mb1 olive">Button</button>
<button class="button-outline mb1 green">Button</button>
<button class="button-outline mb1 lime">Button</button>
<button class="button-outline mb1 yellow">Button</button>
<button class="button-outline mb1 orange">Button</button>
<button class="button-outline mb1 red">Button</button>
<button class="button-outline mb1 maroon">Button</button>
<button class="button-outline mb1 fuchsia">Button</button>
<button class="button-outline mb1 purple">Button</button>

Keywords

FAQs

Package last updated on 30 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc